home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / x_training.swf / scripts / DefineButton2_84 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2012-01-07  |  227 b   |  10 lines

  1. on(release, keyPress "<Enter>"){
  2.    if(!mcSend.isSend)
  3.    {
  4.       mcSend.isSend = true;
  5.       mcSend.sPlayer = sPlayer;
  6.       mcSend.iScore = _root.iScore;
  7.       mcSend.loadVariables(_root.sSetScoreUrl,"POST");
  8.    }
  9. }
  10.